write in code
英
美
[网络] 写代码
双语例句
- As with natural language, it is possible to write "sentences" in computer code that, although different in composition, convey the same meaning.
因为用自然语言,它可以编写计算机代码里的“句子”,虽然组分不同,但转达了相同的含义。 - You want to write the specs so that everybody does in fact know what this piece of code is doing, and you're writing it each time around.
但是你得养成良好的习惯和编程风格,你得撰写规范说明从而保证,每个人都知道这段代码是干什么的。 - There are lots of systems that follow this pattern, where you write some modules/ components in source code then describe how they are connected using an external config file.
许多系统都遵循这种模式,在这些系统中,你编写一些模块/组件,然后通过一个外部配置文件定义他们之间的连接。 - The easiest way to find out is to write a small set of JUnit tests in Java code rather than in Scala, so let's do that.
最简单的方法是用Java代码而不是Scala编写一组小型的JUnit测试,所以接下来我们就这样做。 - I may want to write my code in UTF-8, but some Japanese programmer may want to write his code in Shift JIS.
我也许希望我的代码是UTF-8的,但是一些日本程序员希望它们的代码是ShiftJIS。 - Write your application in as little code as possible and get the container to do the work.
以尽可能少的代码编写您的应用程序,并且使容器来完成此项工作。 - Geddy tries to make it easy for developers to write complex web apps in JavaScript, sharing code between client and server.
Geddy想让开发人员很容易地用JavaScript编写复杂的Web应用、在客户端和服务器之间共享代码。 - Just as there are no rules that tell you exactly what comments to write in your code, there is no universal list of the "right" attributes.
正如没有哪条规则告诉你代码里的注释一定要怎么写才正确,也不存在“正确”属性的一个普适的列表。 - You can also optionally write code to sort the columns on plug-in ID like in the sample code.
我们也可以编写一些代码根据插件ID列进行排序,就像是我们的样例代码一样。 - I'm sure you have been told a number of times that you should write comments in your code.
毫无疑问,你已经千百次地被告知,在编写代码时一定要添加注释。